home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000064_vikrant.shahir@gmail.com_Sat Mar 12 09:00:19 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!nntp.gol.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!not-for-mail
  2. From: vikrant.shahir@gmail.com (vicks)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: kermit for GSM modem
  5. Date: 12 Mar 2005 03:47:40 -0800
  6. Organization: http://groups.google.com
  7. Lines: 31
  8. Message-ID: <a0139a97.0503120347.39bfd896@posting.google.com>
  9. NNTP-Posting-Host: 202.63.168.35
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1110628061 11253 127.0.0.1 (12 Mar 2005 11:47:41 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Sat, 12 Mar 2005 11:47:41 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15300
  16.  
  17. GSM modem will used for
  18. RPMS(Remote Patient Monitoring System)project IITb,
  19. for data transfer between two computers.
  20.  
  21. Currently i am doing well with basics of
  22. GSM modem attached to Linux machine and able
  23. to issue following commands through KERMIT:
  24. 1]Diagnostic commands (viz. AT+CGMI ...etc.)
  25. 2]simply dialing out a number.(ATD<no>;  --voice)
  26. 3]sending SMS and receiving SMS (not thro' KERMIT but GSMLIB).
  27.  
  28.  
  29. QUESTIONs:
  30. Now, I want to step ahead and connect two computers.
  31. To achieve this, one computer should sit in "wait for call mode".
  32. And other computer should "dial to " the waiting computer.
  33. I tried this but was not able to do.
  34. so i would like to know
  35. 1]The DIALING computer should issue a voice/data call to WAITING computer ?
  36. 2]If data call then, both the computers need to be set to work in 
  37. data mode thro' FCLASS ..etc ?
  38.  
  39. and for BACKGROUND knowledge, would like to know
  40. 3]Normally how this gsm modem is used ..in windows..or any OS,
  41. i mean is any software available to attain its functionality ?
  42. or is it similar to our Dlink modem where we dial out ISP no. and 
  43. connect to net ?
  44.  
  45. Thanks for your time
  46. regards
  47. Vikrant